home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Utilities / Programming / Mac F2C 1.3.1 / Mac F2C Libraries / libI77 Sources / MPW_CW_I.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-18  |  462 b   |  12 lines  |  [TEXT/CWIE]

  1. /*****************************************************
  2. *                                                     *
  3. *    Special    macros required    to correctly build the     *
  4. *    the    MPW CodeWarrior    version    of libI77.             *
  5. *                                                     *
  6. *****************************************************/
  7.  
  8.  
  9. #define NON_UNIX_STDIO       /* Force ANSI standard IO calls */
  10. #define _POSIX_SOURCE        /* Force use of tmpnam() instead of mktemp() */
  11. #define MPW_CW_F2C          /* Trigger MPW CodeWarrior specific library modifications */
  12.